test some new string functions B+ 2018-09-15
$ months {January February March April May June July August September October November December} < this is new string literal recorder
l 2*5 10/10  <I am just testing locate l here
[
	'c
	? nMonth Enter month number to name >
	i nMonth > 0 and nMonth < 13
		sf xmonth word months nMonth  < sf stands for string function, xmonth is var to load word returns the nth word in string
		opps can't comment next lines because they are printing a formatted line
		; The nMonth                  
		; th Month of a year is xmonth 
		next line adds period to end of formatted print line
		. .
	e
		x
	f
]	